github.com/refraction-networking/utls.UConn.clientHelloBuildStatus (field)
16 uses
github.com/refraction-networking/utls (current package)
handshake_client_tls13.go#L80: if hs.uconn != nil && hs.uconn.clientHelloBuildStatus == BuildByUtls {
handshake_client_tls13.go#L457: if hs.uconn != nil && hs.uconn.clientHelloBuildStatus == BuildByUtls {
handshake_client_tls13.go#L612: if hs.uconn != nil && hs.uconn.clientHelloBuildStatus == BuildByUtls {
handshake_client_tls13.go#L632: if hs.uconn != nil && hs.uconn.clientHelloBuildStatus == BuildByUtls {
u_conn.go#L36: clientHelloBuildStatus ClientHelloBuildStatus
u_conn.go#L110: if uconn.clientHelloBuildStatus == BuildByGoTLS {
u_conn.go#L113: uAssert(uconn.clientHelloBuildStatus == NotBuilt, "BuildHandshakeState failed: invalid call, client hello has already been built by utls")
u_conn.go#L125: uconn.clientHelloBuildStatus = BuildByGoTLS
u_conn.go#L127: uAssert(uconn.clientHelloBuildStatus == BuildByUtls || uconn.clientHelloBuildStatus == NotBuilt, "BuildHandshakeState failed: invalid call, client hello has already been built by go-tls")
u_conn.go#L128: if uconn.clientHelloBuildStatus == NotBuilt {
u_conn.go#L158: uconn.clientHelloBuildStatus = BuildByUtls
u_handshake_client.go#L468: if ech != nil && c.clientHelloBuildStatus != BuildByUtls {
u_session_controller.go#L86: if s.sessionTicketExt == nil && s.pskExtension == nil || s.uconnRef.clientHelloBuildStatus != NotBuilt {
u_session_controller.go#L107: if s.uconnRef.clientHelloBuildStatus != NotBuilt {
u_session_controller.go#L266: uAssert(s.uconnRef.clientHelloBuildStatus == NotBuilt, "tls: checkSessionExts failed: we can't modify the session after the clientHello is built")
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |